docs(changelog): back-fill Unreleased section for everything merged since v1.24.3 - #295
Merged
Conversation
PR #293 merged into main after the v1.24.3 release but the Unreleased section stayed empty -- back-fill it so the changelog reflects what's actually shipped on main, not just the last tagged release.
β¦cation Second Unreleased entry for what's landed on main since v1.24.3 -- keeps the changelog a complete record of main, not just the last tagged release.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. π βΉοΈ Recent review infoβοΈ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: π Files selected for processing (1)
π WalkthroughWalkthrough
ChangesChangelog updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
π₯ Pre-merge checks | β 5β Passed checks (5 passed)
β¨ Finishing Touchesπ§ͺ Generate unit tests (beta)
Comment |
π CodeAnt Quality Gate ResultsCommit: β Overall Status: PASSEDQuality Gate Details
|
Codecov Reportβ All modified and coverable lines are covered by tests. π’ Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
[Unreleased]section ofCHANGELOG.mdwas empty even though two PRs have already mergedinto
mainsince thev1.24.3release tag. Back-fills it so the changelog stays a complete,accurate record of what's actually on
mainβ not just the last tagged release.check-doc-metrics.mjs'sstripHistoricalSections()blind spot for still-open- β¬checklist bullets inside dated/historical sections, plus the matchingscanForDrift()check for stale open tag/release/publish bullets.
CLAUDE.mdcodifies three merge-discipline lessons from the recovery sprint (nevercommit directly to
main; wait for the full CI suite including advisory jobs; group relatedworkstreams into fewer PRs), a new "Known merge-gate quirks" section (cache-lag vs. this repo's
wait-for-pass policy, stacked-PR auto-close-on-squash-merge), and a strengthened CodeAnt
Correction Loop policy covering CodeRabbit's nitpick/outside-diff-range sections.
Verified via
git log v1.24.3..origin/mainand a fullgit diff --statagainst the release tagthat these two PRs are the entire delta β nothing else is undocumented.
Test plan
git diff v1.24.3..origin/main --statcross-checked against the two changelog bullets β exact matchSummary by CodeRabbit
Bug Fixes
Documentation